https://github.com/stevehobbsdev/ddcn-js-demo
https://github.com/stevehobbsdev/ddcn-js-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stevehobbsdev/ddcn-js-demo
- Owner: stevehobbsdev
- Created: 2018-03-21T21:15:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T09:45:20.000Z (over 8 years ago)
- Last Synced: 2024-12-31T20:15:55.625Z (over 1 year ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS ES6/Webpack/Babel demo
Requires Node >= 6.x
Clone the repo, then:
`$ npm install`
To run the project using [Webpack dev server](https://github.com/webpack/webpack-dev-server):
`$ npm start`
Check out the previous commits for the journey as to how to build this project.