https://github.com/shime/app-skeleton
Skeleton for building 100% JavaScript apps.
https://github.com/shime/app-skeleton
Last synced: 7 months ago
JSON representation
Skeleton for building 100% JavaScript apps.
- Host: GitHub
- URL: https://github.com/shime/app-skeleton
- Owner: shime
- Created: 2014-09-16T19:30:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T16:21:16.000Z (over 8 years ago)
- Last Synced: 2024-04-14T21:54:09.673Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# App skeleton
This is the skeleton for building full-stack JavaScript applications. Clone it and start working on your app.
Technology:
* [npm](https://www.npmjs.org/)
* [gulp](https://github.com/gulpjs/gulp)
* [browserify](https://github.com/substack/node-browserify)
* [Express](https://github.com/strongloop/express)
* [Docker](https://www.docker.com/)
## Development
```
npm install # will install deps
npm start # will start server
npm run watch # will start frontend JS reloader
npm test # will run tests
```
After starting the server, you should see the welcome message on [http://localhost:3000](http://localhost:3000).
## License
MIT