This is a landing page developed to a college project about colonialism. Here's the link to the website: https://memoria-trauma-colonialismo.web.app/
I've started this react project using Vite
, with the template of Typescript
and here, we
have linting with eslint
, editor config
and prettier.
I've been dealing with styles, using styled-components.
and Tailwind
For routes, i'm using react-router-dom.
And deploying in firebase
- Install dependencies
- Execute server
- Production server
Run yarn
or yarn install
to install all dependencies.
Run yarn start
to run server in the port 3000 of localhost.
Run yarn build
to generate a build folder, that gonna be used in production.