ant-design-landing-build
ant-design-landing-build copied to clipboard
ant-design-landing-build
QuickStart
config now token in config.default.ts
config.now = {
url: 'https://api.zeit.co/v8/now',
token: 'your token',
templateDir: path.join(appInfo.baseDir, 'app', 'template'),
};
Development
$ npm i
$ npm run dev
$ open http://localhost:7001/
Npm Scripts
- Use
npm run lintto check code style - Use
npm testto run unit test - se
npm run cleanto clean compiled js at development mode once
Requirement
- Node.js 8.x
- Typescript 2.8+