Skip to content

ryanlanciaux/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo list example

This is an example app using yarn workspaces, node + express API, and a React front-end.

Installation

From the root level of the project

yarn install && yarn start

This starts the express server, react front-end, and styleguidist document.

To view the page, navigate to localhost:3000 -- it proxies to the API at port 3001.

To view the styleguide, navigate to locahost:6060

Frontend

The Frontend was created using create-react-app and utilizes some things like Styleguidist and React Beautiful DND

Backend

The backend code is a standard express app but uses Backpack for some of the nice features it brings.

To run the tests, navigate to ./packages/api and run yarn test

About

Todo list example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors