-
Make sure you have Node.js installed.
-
Clone this repository.
-
Enter the repository and install the dependencies via
npm
oryarn
:npm install
or
yarn
-
Build the project files:
npm run build
or
yarn build
-
Start the server:
npm run start
or
yarn start
-
Example TODO app should now be up and running at http://localhost:8080