/create-standard-app

Toppers for å lage todo-apps

Primary LanguageJavaScript

Create standard app

Without setup. Just start making your beloved todo app!

Install

$ git clone https://github.com/oyvindhermansen/create-standard-app.git
$ yarn install

Developing your module

$ yarn dev
# or
$ yarn start

What does it contain?

Make apps from the /src/ directory based from index.js. When you make changes to the index.js it will automatically hot reload.

You can use ES6++ with this starterkit. Rest-spread and class properties is also included as babel-plugins. Have fun!