Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 986 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 986 Bytes

enLIGHT's Platform

Welcome to enLIGHT, a student run organization focused on helping students start startups. This is the repository for enLIGHT's online platform.

Getting Started

More about the app

Client-side:

  • React 16
  • Redux

Server-side

  • Node with Express

Creating Project

> git clone https://github.com/enlight-canada/enLIGHT-Platform.git
> git remote add origin https://github.com/enlight-canada/enLIGHT-Platform.git

Running Your App

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

Recommended tools as browser extensions

  • React Dev Tools
  • Redux Dev Tools

Recommended linter

  • 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 AND BEAUTIFY