An opinionated configured Next.js framework.
Name | Version | Description |
---|---|---|
soya-next | A set of utility functions for React applications built on top of Next.js | |
soya-next-cli | A CLI to help bootstrap Soya Next projects quickly | |
soya-next-scripts | A CLI which contains configuration and scripts used by soya-next-cli | |
soya-next-server | Production server for Soya Next |
- Assets import
- Custom routing
- CSS Modules
- Gzip compression
- Internationalization
- On-the-fly linting
- Redux (Automatic code splitting)
- SASS/SCSS
- Universal cookie
- Universal runtime environment configuration
This is a quick start to help you bootstrap Soya Next projects in no time. It should cover everything in the Getting Started section.
npm install -g soya-next-cli
soya-next-cli path/to/app
cd path/to/app
npm start
That's all! Open https://localhost:3000 in your browser to see your app running.
- Analyzing Dependencies
- Configure Redux Store
- Custom Babel Configuration
- Custom Document
- Custom Marlint Configuration
- Custom Routing
- Universal Environment Configuration
Read the full API documentation here.
- Apollo
- Authentication
- CSS Modules
- CSS Modules with SCSS
- Custom Routes
- Internationalization
- Internationalization with Redux
- Redirection
- TodoMVC
Please see the Contributing Guide.