All Projects → hxfdarling → a8k

hxfdarling / a8k

Licence: MIT license
基于 webpack 最佳实践构建工具https://hxfdarling.github.io/a8k/

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects
Smarty
1635 projects

Projects that are alternatives of or similar to a8k

create-react-app-express
⚙️ Express server for your Create React App (Backbone of cra-universal)
Stars: ✭ 20 (-61.54%)
Mutual labels:  create-react-app
react-firebase-template
Bootstrap a React + Firebase full stack application with every thing you need pre-configured: hosting, database, authentication, CI, Typescript, Material UI, PWA and other goodies.
Stars: ✭ 24 (-53.85%)
Mutual labels:  create-react-app
basic-todo-app-using-bit
A highly-modular React todo application composed of reusable components from 5 different collections. Full-blown software modularity.
Stars: ✭ 16 (-69.23%)
Mutual labels:  create-react-app
Itunes-Top-100-albums
Fetching data from itunes api With lazy Loading using react
Stars: ✭ 14 (-73.08%)
Mutual labels:  create-react-app
GraphQL-Blueprint
GraphQL Blueprint: a software developer tool for engineers that want to quickly generate React/Express, Apollo and GraphQL boilerplate code using a data modeling interface. Watch your queries, mutations, and schema update in realtime with our code preview feature and finally, export it when you're ready to begin building the rest of your app!
Stars: ✭ 74 (+42.31%)
Mutual labels:  create-react-app
create-react-scripts
Easily extend the react-scripts to your own version of react-scripts
Stars: ✭ 64 (+23.08%)
Mutual labels:  create-react-app
wx-react-app
使用Create-React-App 和 Ant Design Pro 框架整合,演示地址:
Stars: ✭ 16 (-69.23%)
Mutual labels:  create-react-app
create-cra-template
A cli tool to generate cra-template from current create-react-app project.
Stars: ✭ 22 (-57.69%)
Mutual labels:  create-react-app
cra-tailwindcss-in-js
Integrate Tailwind CSS in a Create React App setup using css-in-js solutions
Stars: ✭ 35 (-32.69%)
Mutual labels:  create-react-app
google-place-autocomplete
🏆 Best practice with Google Place Autocomplete API on React
Stars: ✭ 68 (+30.77%)
Mutual labels:  create-react-app
public-ol-web-template
OrangeLoops Web Project Boilerplate
Stars: ✭ 28 (-46.15%)
Mutual labels:  create-react-app
cra-macro-example
This is an example of how you can use Create React App with Babel Plugin Macros.
Stars: ✭ 38 (-26.92%)
Mutual labels:  create-react-app
cra-and-storybook
Stars: ✭ 13 (-75%)
Mutual labels:  create-react-app
hackerNews-pwa
hacker news pwa
Stars: ✭ 17 (-67.31%)
Mutual labels:  create-react-app
react-antd-admin
基于vite2.x + react17.x + typescript4.x + antd4.x + react-router6.x + mobx6.x编写的一款简单高效的前后端分离的权限管理系统
Stars: ✭ 140 (+169.23%)
Mutual labels:  create-react-app
movies
🍿 react-app for movies
Stars: ✭ 60 (+15.38%)
Mutual labels:  create-react-app
cra-bundle-analyzer
Use Webpack Bundle Analyzer on a create-react-app application without ejecting
Stars: ✭ 46 (-11.54%)
Mutual labels:  create-react-app
monkey-react-scripts
Monkey react script runner
Stars: ✭ 22 (-57.69%)
Mutual labels:  create-react-app
descent-app
Top of descent path calculator. Let's calculate your descent!
Stars: ✭ 28 (-46.15%)
Mutual labels:  create-react-app
crassa
Create React App Server Side Application
Stars: ✭ 16 (-69.23%)
Mutual labels:  create-react-app

licens MIT travis CI

a8k

A build tool that integrates webpack's react project best practices configuration.

docs

Getting Started

install

npm i -g a8k
# or
npm i -D a8k

init project

k create [projectName]

start devServer

k dev

start devServer for ssr

k dev -s

build

k build

test

k test

Development scripts

A8k is organized as a monorepo using Lerna. Useful scripts include:

yarn bootstrap

Installs package dependencies and links packages together - using lerna

yarn lerna:version

Push a release to git and npm will ask for version in interactive mode - using lerna.

yarn lint

boolean check if code conforms to linting rules - uses remark & eslint

yarn test

boolean check if unit tests all pass - uses jest

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].