An open API service indexing awesome lists of open source software.

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.

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