|
2 år sedan | |
---|---|---|
.. | ||
public | 2 år sedan | |
src | 2 år sedan | |
.gitignore | 2 år sedan | |
.prettierrc | 2 år sedan | |
README.md | 2 år sedan | |
package.json | 2 år sedan | |
tsconfig.json | 2 år sedan | |
yarn.lock | 2 år sedan |
Set up your local development environment by following these steps:
Install packages.
npm install
# or
yarn install
Start the development server.
npm run start
# or
yarn start
The live development website should now appear at http://localhost:3000.