tim-oteoo / b-path

Community rated bike paths web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

b-path

Community rated bike paths web app

WEBPACK AND NPM INSTRUCTIONS

Getting Started

  • Install dependencies: npm install. We will install more dependencies for Webpack and Babel along the way.

  • Once you've setup your Webpack config file (webpack.config.js) in the challenges below, you can create your Webpack production build by running: npm run build. You can then run the application server with npm start and view the React application on localhost:3000

  • Once you've setup your Gulpfile in the challenges below, start the gulp build by running: npm run gulp


After running npm start the server starts on port 3000, but the React app doesn't render anything. There are no tests for this unit; use whether or not your app is rendering to check if your build is working correctly.


TO SEE WEB APP IN http://localhost:8080/

  • Run npm run dev (don't run npm start)

About

Community rated bike paths web app


Languages

Language:JavaScript 89.3%Language:CSS 8.7%Language:HTML 2.0%