This document defines the functionality for the Todos project.
NB: Make sure you have Nodejs, Parcel, and Npm or Yarn as well as typescript installed or you may follow the installation procedures in the React and Webpack
-
Git clone
-
Open the console and cd into your project root directory
-
Run npm or yarn install.
-
Run yarn dev.
You can now see your new app running on localhost:1234
.
When you get any errors, try the following in the root of the project directory:
-
Kill the app
-
Rm -rf node_modules
-
Run yarn or npm install
-
Run yarn dev or nom run dev.