Node version used : 16.13.1
First install dependencies with:
npm install
# or
yarn installThen, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
-
For styling use styled-components.
-
In order to set the custom global css styles, use
/utils/GlobalStyles.tsfile. -
There is also
/stylesfolder in the root location. It is only used to initially set default and reset styles for the application and should not be updated in general.