Skip to content

jbee37142/es6_todoapplication

Repository files navigation

Todo Application with ECMAScript6

Install

# If your local does not have a yarn installed
$ brew install yarn

$ mkdir todo
$ cd todo
$ git clone https://github.com/JaeYeopHan/es6_todoapplication
$ cd es6_todoapplication
$ yarn install

Test Running

$ npm test

Run

npm run start

for dev

npm run dev

You can work in src/entry.js and test it through the file test/entry.spec.js.

About

Project about Todo Application with ECMAScript 2015(aka ES6)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published