Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 browser

You 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.