Skip to content

FJKhan/dweet

Repository files navigation

This project was bootstrapped with Create React App.

Available Scripts

Start the app

yarn start

Runs the app in the development mode.

Start the server

  cd server
  yarn start

Running tests

To run app tests:

yarn test

In watch mode:

test:dev

To run UI tests:

yarn cypress

In watch mode:

yarn cypress:dev

To run server tests:

cd server
yarn test
In watch mode:

test:dev

yarn build

Builds the app for production to the build folder.

About

Simple todo app built with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published