Update npm start script and READMEs
This commit is contained in:
@@ -4,8 +4,11 @@
|
||||
|
||||
```sh
|
||||
# Install dependencies
|
||||
npm install -D recharts tailwindcss postcss autoprefixer
|
||||
npm install -D recharts tailwindcss postcss autoprefixer nodemon
|
||||
|
||||
# Initialize tailwind CSS (creates config files)
|
||||
npx tailwindcss init -p
|
||||
|
||||
# Run the development server
|
||||
npm start
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user