0.1.0 • Published 3 years ago

cra-template-startse-ts v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

New StartSe App

StartSe brand new App (Front-end)

[License]

How to run this project

Quick start

First, clone this project:

git clone https://github.com/StartSe/project-name.git && cd project-name

Then, install the dependencies:

yarn

Then, create your env:

cp .env.template .env

After installing the dependencies, start the app development server at localhost:3000:

yarn start

Testing

Run the unit tests:

yarn test