Skip to content
/ chooDo Public

My ToDo app written with the choo framework

Notifications You must be signed in to change notification settings

nnnnat/chooDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chooDo

chooDo is a task management app I've built to learn a few new skills

  • Using choo
  • Using CSSModules with PostCSS and cssnext
  • Using Mocha & Chai for test driven development

Features


How it works

Clone or download this repo then run npm start from the project root, webpack will bundle the project and Docker will start an nginx server at localhost.

Watch

You can also run the app with npm run watch. This will start the nginx server, run webpack with the watch flag, and start browserSync at localhost:3000.

Build

npm build will run webpack with the production flag.

Server

npm run server will start the nginx server.

Linting

npm run lint will run Standard, npm run lint:fix will run Standard with the --fix flag.

About

My ToDo app written with the choo framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published