This is the Administrator panel of the Stratos App. It's made with Meteor for server side and React for the Front-End.
- Download and install Meteor on your Computer.
- Clone this repo.
- Go to this folder in a terminal or command prompt (www folder)
- run
$ meteor npm install
- run
$ meteor
- Go to http://localhost:3000 in your browser and it should be up and running
- Once you have access to http://localhost:3000 , you will have to create and admin.
- Open another terminal or command prompt in the www folder.
- run
$ meteor shell
, once executed you will be prompt to input code after the>
sign. - type
Accounts.createUser({email: 'username@domain.com', password: 'password'})
with your own admin credentials - Now you should be able to login at http://localhost:3000/admin
- Project uses React Router
- Project uses ES6
- The project follows the Starndardjs javascript's standard
- Use IDE or text editors of your choice, but sublime-text or atom is suggested
- Linters are highly suggested.
- You can use Chrome's React Extension to debug React