/bold-dev

Bold.co's Web Developer Technical Test

Primary LanguageJavaScriptMIT LicenseMIT

Bold.co - Web Developer Technical Test

This is bold.co's technical test project to access a position as a web developer in the company.

You can test the app here.

Which development features / tools has been used?

Main features

Other features

How do I interact with the project?

First of all download the project by cloning it. It creates a folder called "bold-dev".

git clone https://github.com/call0fcode/bold-dev bold-dev

Access the project directory.

cd bold-dev

Install dependencies.

npm install

Do you want to continue developing it?

Easy! Just launch the project in development mode with hot reload at http://localhost:3000 (it will be opened automatically on the default browser).

npm run dev

Do you want to build it for production?

Cool! Just run this command and you'll have a dist directory ready to be deployed 😃

npm run build

Do you want to test your build before deploying it?

Just build the project and then run the following command and...3, 2, 1!💥

npm run preview

License

This project is licensed under the MIT License.