@place-framework/place-framework-starter-react
v3.0.3
Published
A React starter pack for the PLACE SCSS framework.
Maintainers
Readme
PLACE Framework Starter - React
A React starter pack for the PLACE SCSS framework.
Getting Started
- Install dependencies:
npm install- Start the development server:
npm run dev- Build for production:
npm run buildAvailable Scripts
npm run dev- Start development servernpm run build- Build for productionnpm run format- Format code with Prettier and ESLintnpm run lint:js- Lint JavaScript/TypeScript filesnpm run lint:scss- Lint SCSS files
Features
- React 18 with TypeScript
- PLACE Framework integration
- Webpack configuration
- ESLint and Prettier setup
- Stylelint for SCSS
- Hot module replacement in development
Project Structure
src/
├── components/
│ └── place/ # PLACE framework components
├── scss/
│ ├── site/ # Site-specific styles
│ ├── _variables.scss # Custom variables
│ └── global.scss # Main stylesheet
├── views/ # Page components
├── types/ # TypeScript type definitions
├── App.tsx # Main App component
└── main.tsx # Application entry pointLicense
ISC
