Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcasto/simple-starter
Simple starter project template powered by rollupjs, babel, sass, express, and more.
https://github.com/rcasto/simple-starter
babel expressjs framework-agnostic nodejs-server project-template rollupjs sass
Last synced: 7 days ago
JSON representation
Simple starter project template powered by rollupjs, babel, sass, express, and more.
- Host: GitHub
- URL: https://github.com/rcasto/simple-starter
- Owner: rcasto
- License: mit
- Created: 2018-05-08T18:05:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T19:20:08.000Z (over 6 years ago)
- Last Synced: 2024-11-19T04:30:13.865Z (2 months ago)
- Topics: babel, expressjs, framework-agnostic, nodejs-server, project-template, rollupjs, sass
- Language: JavaScript
- Homepage:
- Size: 182 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Starter Project Template
A project template powered by [rollupjs](https://rollupjs.org/guide/en), [babel](https://babeljs.io), [sass](https://sass-lang.com), [express](https://expressjs.com), and more.Web framework/library agnostic so build with what you love! ([Vue](https://vuejs.org), [Angular](https://angular.io), [React](https://reactjs.org), ...)
## Getting Started
To get the simple example project started do the following:
1. First build the project by running the command `npm run build`
2. Start up the server by running the command `npm start`
3. Navigate to http://localhost:3000 in your browserYou should be up and running now!
### Development
To ease development there are separate commands that can be used to watch files for changes and update the application without the need to restart the server.
You can make this happen by running the command `npm run dev`
Hack away, and reload the page to see your changes.