An open API service indexing awesome lists of open source software.

https://github.com/doemser/cgn-web-23-4-styled-components-2


https://github.com/doemser/cgn-web-23-4-styled-components-2

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# styled-components-2: demo-start

## Task

## Notes

- You only have to touch the `./pages/index.js` file.

## Development

### Local Development

To work locally, please install the dependencies using `npm i` first.

Run `npm run dev` to start a development server and open the displayed URL in a browser.

Use `npm run test` to run the tests.

### CodeSandbox Cloud

Select the "Preview: 3000" tab to view this project.

Select the "Tests: logs" tab to view the tests.

> The `npm run dev` and `npm run test` scripts run automatically.

### Scripts

You can use the following commands:

- `npm run dev` to start a development server
- `npm run build` to build the project
- `npm run start` to start a production server
- `npm run test` to run the tests
- `npm run lint` to run the linter