Comic Sans Enterprise Edition
Install npm
(v2.14
) and node
(v4.2
)
npm install
for running various API's make a directory keys/
and place in it:
weather-key
- key for http://api.openweathermap.org/
npm run watch
(will update on file changes)
npm run server
(listens on port 3000 ... localhost:3000)
The folder with code :+1:
server.js
- has server side code. Hosts on localhost:3000
Client side code
index.js
- main page. Has the main
div (which gets loaded with React Content). This shouldn't get modified unless adding a store or more pages.
all the css files (styles.css
)
main.js
- loads the MainPage
into the main
div.
All React components get placed here.