内容简介:Created by
Created by getspooky and maintained with
About Routine
Create, configure and manage projects through the projects graphical user interface.
This awesome tool allows developers to graphically create a new project, live monitor app performance, add templates to project, and more. This is a pretty big deal, as getting familiar with this tool can make spinning up and maintaining any type of application.
Screenshots
Advantages and use cases
- Manage your local projects
- Configure your application without messing up the config files
- Install templates
- ...
Installation
You can install it using the installers below :
Distributions available for Linux, macOS, Windows.
git clone https://github.com/Routine-App/Routine.git
Move to the appropriate directory: cd <YOUR_PROJECT_NAME>
.
Run npm run routine
in order to start Routine project.
Now you can go to localhost:8080
and see your app!
Starting the Routine Project
To start the Routine CLI 1.0 GUI, run one of the following commands depending on your previously used installation path:
npm run hello-routine
Supported Templates
- electron-react-boilerplate
- hackathon-starter
- laravel
- react-boilerplate
- server-configs-nginx
- TypeScript-Node-Starter
Requirements
Routine has a few requirements you should be aware of before installing:
Contributing
We encourage you to contribute to Routine
! Please check out the Contributing to Routine
guide for guidelines about how to proceed.
Changelog
Please see CHANGELOG for more information what has changed recently.
License
The Routine project is open-source software licensed under the MIT license .
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
CSS商业网站布局之道
朱印宏 / 清华大学出版社 / 2007-1 / 75.00元
本书是一本CSS技术专著。 主要从布局角度全面、系统和深入地讲解CSS在标准网站布局之中的应用。很多读者经过初步的学习之后就能够使用CSS设计出一些漂亮的网页样式,于是便乐在其中,踌躇满志,这是好事,但千万不要自我陶醉,因为你还未领略CSS的博大精深。用CSS容易,难的是全部都用CSS。CSS的精髓是布局,而不是样式,布局是需要缜密的逻辑思维和系统设计的,而样式只需要简单地编写代码或复制即可。本书......一起来看看 《CSS商业网站布局之道》 这本书的介绍吧!