/d-bags

A bag store that was written in TypeScript and uses NextJS.

Primary LanguageTypeScriptMIT LicenseMIT

D'Bags

license version

Access

Access the page by clicking here.

Getting the code

As a prerequisite, it is necessary to install NodeJS or Yarn in its LTS version.

With these applications installed, open the terminal in the folder of your choice. Then, run the following commands, in sequence:

Execute

git clone https://github.com/alessandroramos13/d-bags.git
cd d-bags

Windows / Mac / Linux:

npm install
#or
yarn

Start the server:

npm dev
#or
yarn dev

Wait to open this URL in your browser:

http://localhost:3000