|
vor 2 Jahren | |
---|---|---|
.. | ||
public | vor 2 Jahren | |
src | vor 2 Jahren | |
.gitignore | vor 2 Jahren | |
.prettierrc | vor 2 Jahren | |
README.md | vor 2 Jahren | |
package.json | vor 2 Jahren | |
tsconfig.json | vor 2 Jahren | |
yarn.lock | vor 2 Jahren |
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.