Jedyle / musiroom-front-public

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MusiRoom

Frontend for musiroom.com

Launch instructions

From the root directory :

npm install

Then create a .env file with the following content:

NODE_PATH=src/
REACT_APP_API_URL="http://localhost:8000" # the api endpoint
REACT_APP_SITE_TITLE=La Musithèque

Then

npm run start

Coding Guidelines

  • "components" containers reusable material.
  • "containers" are components using redux / external api calls
  • "pages" are the actual pages

/!\ a "component" in components/ folder should NEVER call a "container" /!\

About


Languages

Language:JavaScript 98.7%Language:CSS 0.8%Language:HTML 0.2%Language:SCSS 0.2%Language:Dockerfile 0.1%