Welcome to enLIGHT, a student run organization focused on helping students start startups. This is the repository for enLIGHT's online platform.
- React 16
- Redux
- Node with Express
> git clone https://github.com/enlight-canada/enLIGHT-Platform.git
> git remote add origin https://github.com/enlight-canada/enLIGHT-Platform.git
Navigate into the api
folder and run the following command:
> npm install
> npm start
Then navigate into the app
folder and run the following command:
> npm install
> npm start
- React Dev Tools
- Redux Dev Tools
- Prettier for vscode
- add this to
settings.json
file"editor.formatOnSave": true
,prettier.singleQuote: true
- BE SURE TO REMOVE ANY OTHER LINTER SUCH AS
ESLINT
ANDBEAUTIFY